type crypto/tls.certificateMsgTLS13

9 uses

	crypto/tls (current package)
		conn.go#L1118: 			m = new(certificateMsgTLS13)
		handshake_client_tls13.go#L518: 	certMsg, ok := msg.(*certificateMsgTLS13)
		handshake_client_tls13.go#L644: 	certMsg := new(certificateMsgTLS13)
		handshake_messages.go#L1355: type certificateMsgTLS13 struct {
		handshake_messages.go#L1362: func (m *certificateMsgTLS13) marshal() ([]byte, error) {
		handshake_messages.go#L1424: func (m *certificateMsgTLS13) unmarshal(data []byte) bool {
		handshake_messages.go#L1425: 	*m = certificateMsgTLS13{raw: data}
		handshake_server_tls13.go#L683: 	certMsg := new(certificateMsgTLS13)
		handshake_server_tls13.go#L902: 	certMsg, ok := msg.(*certificateMsgTLS13)